home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 117
/
PC Guia 117.iso
/
swf
/
util1.swf
/
scripts
/
frame_47
/
PlaceObject2_167_129
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2005-06-27
|
221b
|
13 lines
onClipEvent(enterFrame){
_X = _X + (_parent._xmouse - 15 - _X) * 0.1;
_Y = _Y + (_parent._ymouse - 40 - _Y) * 0.1;
if(ver)
{
_visible = true;
}
else
{
_visible = false;
}
}